projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1ce87
)
Some GtkAboutDialog doc additions
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Sep 2011 04:00:24 +0000
(
00:00
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Sep 2011 04:00:24 +0000
(
00:00
-0400)
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index a9e9efbd870ef66e3aa59e17e2ef4971b31132dc..e015895dbf623bc4d3f0f92449b86cd8d50e9c2d 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-91,6
+91,10
@@
* "title" _("About ExampleCode"),
* NULL);
* </programlisting></informalexample>
+ *
+ * It is also possible to show a #GtkAboutDialog like any other #GtkDialog,
+ * e.g. using gtk_dialog_run(). In this case, you might need to know that
+ * the 'Close' button returns the #GTK_RESPONSE_CANCEL response id.
*/
static GdkColor default_link_color = { 0, 0, 0, 0xeeee };